home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / games / vast_112.zip / EPSONMX.PRD < prev    next >
Text File  |  1993-06-10  |  1KB  |  60 lines

  1. #  EPSON MX Driver Version 1.1
  2. #  Copyright Douglas P. Webb 1993, All rights reserved.
  3. # This driver should also be used for Epson FX-80 printers
  4. #   which do not have NLQ
  5.  
  6.  
  7. #  This is a comment. The # at the beginning of the line makes it so.
  8. #  No line which is not a comment may exceed 80 characters.
  9.  
  10. #  A line which consists only of the string CRLF will generate a
  11. #    carriage return/linefeed in the output to the printer
  12.  
  13. #  Anything starting with ~ is a variable unless it's ~~
  14. #  Predefined variables are:
  15. #     ~R   which is the current row (line number)
  16. #     ~C   which is the current column
  17.  
  18.  
  19. [DEFINES]
  20.  
  21.  
  22. # Turn off possible compressed/expanded/double strike printing
  23. # Use empasized text, closest thing this printer has to NLQ
  24. # If you find empasized slows things down too much remove the E at
  25. #    the end of the line after preamble
  26. [PREAMBLE]
  27. HE
  28.  
  29.  
  30. # Formfeed
  31. #If you don't want a formfeed at the end of every page erase the   after
  32. #  postamble
  33. [POSTAMBLE]
  34.  
  35.  
  36.  
  37. # Set double strike
  38. [BOLD]
  39. G
  40.  
  41.  
  42. # Turn off double strike
  43. [NORMAL]
  44. H
  45.  
  46.  
  47. [PRELINE]
  48.  
  49.  
  50. #default is carriage return/linefeed
  51. [POSTLINE]
  52.  
  53.  
  54. [FORMFEED]
  55.  
  56.  
  57.  
  58. # Number of lines of text that should appear on a page
  59. [LINES/PAGE]
  60. 62